org.ggf.schemas.graap._2007._03.ws_agreement
Class AgreementContextType

java.lang.Object
  extended by org.ggf.schemas.graap._2007._03.ws_agreement.AgreementContextType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class AgreementContextType
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for AgreementContextType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AgreementContextType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AgreementInitiator" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="AgreementResponder" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="ServiceProvider" type="{http://schemas.ggf.org/graap/2007/03/ws-agreement}AgreementRoleType"/>
         <element name="ExpirationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="TemplateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AgreementContextType.AnyItem
           
 
Field Summary
protected  java.lang.Object agreementInitiator
           
protected  java.lang.Object agreementResponder
           
protected  java.util.List<java.lang.Object> any
           
protected  java.util.List<AgreementContextType.AnyItem> anyItems
           
protected  javax.xml.datatype.XMLGregorianCalendar expirationTime
           
protected  java.lang.Long hjid
           
protected  AgreementRoleType serviceProvider
           
protected  java.lang.String templateId
           
protected  java.lang.String templateName
           
 
Constructor Summary
AgreementContextType()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.Object getAgreementInitiator()
          Gets the value of the agreementInitiator property.
 java.lang.String getAgreementInitiatorObject()
           
 java.lang.Object getAgreementResponder()
          Gets the value of the agreementResponder property.
 java.lang.String getAgreementResponderObject()
           
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.util.List<AgreementContextType.AnyItem> getAnyItems()
           
 javax.xml.datatype.XMLGregorianCalendar getExpirationTime()
          Gets the value of the expirationTime property.
 java.util.Date getExpirationTimeElement()
           
 java.lang.Long getHjid()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 AgreementRoleType getServiceProvider()
          Gets the value of the serviceProvider property.
 java.lang.String getTemplateId()
          Gets the value of the templateId property.
 java.lang.String getTemplateName()
          Gets the value of the templateName property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setAgreementInitiator(java.lang.Object value)
          Sets the value of the agreementInitiator property.
 void setAgreementInitiatorObject(java.lang.String target)
           
 void setAgreementResponder(java.lang.Object value)
          Sets the value of the agreementResponder property.
 void setAgreementResponderObject(java.lang.String target)
           
 void setAny(java.util.List<java.lang.Object> any)
           
 void setAnyItems(java.util.List<AgreementContextType.AnyItem> value)
           
 void setExpirationTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the expirationTime property.
 void setExpirationTimeElement(java.util.Date target)
           
 void setHjid(java.lang.Long value)
           
 void setServiceProvider(AgreementRoleType value)
          Sets the value of the serviceProvider property.
 void setTemplateId(java.lang.String value)
          Sets the value of the templateId property.
 void setTemplateName(java.lang.String value)
          Sets the value of the templateName property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

agreementInitiator

protected java.lang.Object agreementInitiator

agreementResponder

protected java.lang.Object agreementResponder

serviceProvider

protected AgreementRoleType serviceProvider

expirationTime

protected javax.xml.datatype.XMLGregorianCalendar expirationTime

templateId

protected java.lang.String templateId

templateName

protected java.lang.String templateName

any

protected java.util.List<java.lang.Object> any

hjid

protected java.lang.Long hjid

anyItems

protected java.util.List<AgreementContextType.AnyItem> anyItems
Constructor Detail

AgreementContextType

public AgreementContextType()
Method Detail

getAgreementInitiator

public java.lang.Object getAgreementInitiator()
Gets the value of the agreementInitiator property.

Returns:
possible object is Object

setAgreementInitiator

public void setAgreementInitiator(java.lang.Object value)
Sets the value of the agreementInitiator property.

Parameters:
value - allowed object is Object

getAgreementResponder

public java.lang.Object getAgreementResponder()
Gets the value of the agreementResponder property.

Returns:
possible object is Object

setAgreementResponder

public void setAgreementResponder(java.lang.Object value)
Sets the value of the agreementResponder property.

Parameters:
value - allowed object is Object

getServiceProvider

public AgreementRoleType getServiceProvider()
Gets the value of the serviceProvider property.

Returns:
possible object is AgreementRoleType

setServiceProvider

public void setServiceProvider(AgreementRoleType value)
Sets the value of the serviceProvider property.

Parameters:
value - allowed object is AgreementRoleType

getExpirationTime

public javax.xml.datatype.XMLGregorianCalendar getExpirationTime()
Gets the value of the expirationTime property.

Returns:
possible object is XMLGregorianCalendar

setExpirationTime

public void setExpirationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expirationTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getTemplateId

public java.lang.String getTemplateId()
Gets the value of the templateId property.

Returns:
possible object is String

setTemplateId

public void setTemplateId(java.lang.String value)
Sets the value of the templateId property.

Parameters:
value - allowed object is String

getTemplateName

public java.lang.String getTemplateName()
Gets the value of the templateName property.

Returns:
possible object is String

setTemplateName

public void setTemplateName(java.lang.String value)
Sets the value of the templateName property.

Parameters:
value - allowed object is String

getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Object Element


setAny

public void setAny(java.util.List<java.lang.Object> any)

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getHjid

public java.lang.Long getHjid()
Returns:
possible object is Long

setHjid

public void setHjid(java.lang.Long value)
Parameters:
value - allowed object is Long

getAgreementInitiatorObject

public java.lang.String getAgreementInitiatorObject()

setAgreementInitiatorObject

public void setAgreementInitiatorObject(java.lang.String target)

getAgreementResponderObject

public java.lang.String getAgreementResponderObject()

setAgreementResponderObject

public void setAgreementResponderObject(java.lang.String target)

getExpirationTimeElement

public java.util.Date getExpirationTimeElement()

setExpirationTimeElement

public void setExpirationTimeElement(java.util.Date target)

getAnyItems

public java.util.List<AgreementContextType.AnyItem> getAnyItems()

setAnyItems

public void setAnyItems(java.util.List<AgreementContextType.AnyItem> value)


Copyright © 2008 eBMWebsourcing. All Rights Reserved.