com.ibm.cics.atomservice
Class AuthorityType

java.lang.Object
  extended by com.ibm.cics.atomservice.AuthorityType

public class AuthorityType
extends java.lang.Object

Java class for authority_type complex type.

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

 <complexType name="authority_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="date" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AuthorityType()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDate()
          Gets the value of the date property.
 java.lang.String getName()
          Gets the value of the name property.
 void setDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the date property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorityType

public AuthorityType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDate

public javax.xml.datatype.XMLGregorianCalendar getDate()
Gets the value of the date property.

Returns:
possible object is XMLGregorianCalendar

setDate

public void setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date property.

Parameters:
value - allowed object is XMLGregorianCalendar