Class GoverningAgreementsType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.GoverningAgreementsType
Java class for GoverningAgreementsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GoverningAgreementsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}GoverningAgreementRef"
maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidGets the value of the governingAgreementRef property.void
-
Field Details
-
governingAgreementRef
-
-
Constructor Details
-
GoverningAgreementsType
public GoverningAgreementsType()
-
-
Method Details
-
add
-
remove
-
getGoverningAgreementRef
Gets the value of the governingAgreementRef property.Objects of the following type(s) are allowed in the list
GoverningAgreementRefType
-