Package org.keycloak.dom.saml.v2.ac
Class GoverningAgreementRefType
- java.lang.Object
-
- org.keycloak.dom.saml.v2.ac.GoverningAgreementRefType
-
public class GoverningAgreementRefType extends Object
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
Fields Modifier and Type Field Description protected StringgoverningAgreementRef
-
Constructor Summary
Constructors Constructor Description GoverningAgreementRefType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGoverningAgreementRef()Gets the value of the governingAgreementRef property.voidsetGoverningAgreementRef(String value)Sets the value of the governingAgreementRef property.
-