Class GoverningAgreementRefType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.GoverningAgreementRefType
Java class for GoverningAgreementRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GoverningAgreementRefType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="governingAgreementRef" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the governingAgreementRef property.void
setGoverningAgreementRef
(String value) Sets the value of the governingAgreementRef property.
-
Field Details
-
governingAgreementRef
-
-
Constructor Details
-
GoverningAgreementRefType
public GoverningAgreementRefType()
-
-
Method Details