org.jboss.identity.federation.saml.v2.ac.classes.softwarepki
Class GoverningAgreementRefType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.softwarepki.GoverningAgreementRefType

public class GoverningAgreementRefType
extends java.lang.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
protected  java.lang.String governingAgreementRef
           
 
Constructor Summary
GoverningAgreementRefType()
           
 
Method Summary
 java.lang.String getGoverningAgreementRef()
          Gets the value of the governingAgreementRef property.
 void setGoverningAgreementRef(java.lang.String value)
          Sets the value of the governingAgreementRef property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

governingAgreementRef

protected java.lang.String governingAgreementRef
Constructor Detail

GoverningAgreementRefType

public GoverningAgreementRefType()
Method Detail

getGoverningAgreementRef

public java.lang.String getGoverningAgreementRef()
Gets the value of the governingAgreementRef property.

Returns:
possible object is String

setGoverningAgreementRef

public void setGoverningAgreementRef(java.lang.String value)
Sets the value of the governingAgreementRef property.

Parameters:
value - allowed object is String


Copyright © 2009 JBoss Inc.. All Rights Reserved.