|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.AuthorityType
public class AuthorityType
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 |
---|
public AuthorityType()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDate()
XMLGregorianCalendar
public void setDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |