|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infoml.jaxb.impl.AgentTypeImpl
public class AgentTypeImpl
Nested Class Summary | |
---|---|
class |
AgentTypeImpl.Unmarshaller
|
Field Summary | |
---|---|
protected com.sun.xml.bind.util.ListImpl |
_ContactInfo
|
protected SimpleRichTextType |
_CorporateName
|
protected com.sun.xml.bind.util.ListImpl |
_CorporateSuffix
|
protected java.lang.String |
_CustomRole
|
protected NonnullTokenWithSeparatorType |
_First
|
protected com.sun.xml.bind.util.ListImpl |
_Middle
|
protected com.sun.xml.bind.util.ListImpl |
_Prefix
|
protected java.lang.String |
_Role
|
protected com.sun.xml.bind.util.ListImpl |
_Suffix
|
protected NonnullTokenWithSeparatorType |
_Surname
|
static java.lang.Class |
version
|
Constructor Summary | |
---|---|
AgentTypeImpl()
|
Method Summary | |
---|---|
protected com.sun.xml.bind.util.ListImpl |
_getContactInfo()
|
protected com.sun.xml.bind.util.ListImpl |
_getCorporateSuffix()
|
protected com.sun.xml.bind.util.ListImpl |
_getMiddle()
|
protected com.sun.xml.bind.util.ListImpl |
_getPrefix()
|
protected com.sun.xml.bind.util.ListImpl |
_getSuffix()
|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
|
org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler |
createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
|
java.util.List |
getContactInfo()
Gets the value of the ContactInfo property. |
SimpleRichTextType |
getCorporateName()
Gets the value of the corporateName property. |
java.util.List |
getCorporateSuffix()
Gets the value of the CorporateSuffix property. |
java.lang.String |
getCustomRole()
Gets the value of the customRole property. |
NonnullTokenWithSeparatorType |
getFirst()
Gets the value of the first property. |
java.util.List |
getMiddle()
Gets the value of the Middle property. |
java.util.List |
getPrefix()
Gets the value of the Prefix property. |
java.lang.Class |
getPrimaryInterface()
|
java.lang.String |
getRole()
Gets the value of the role property. |
java.util.List |
getSuffix()
Gets the value of the Suffix property. |
NonnullTokenWithSeparatorType |
getSurname()
Gets the value of the surname property. |
void |
serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
|
void |
serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
|
void |
serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
|
void |
setCorporateName(SimpleRichTextType value)
Sets the value of the corporateName property. |
void |
setCustomRole(java.lang.String value)
Sets the value of the customRole property. |
void |
setFirst(NonnullTokenWithSeparatorType value)
Sets the value of the first property. |
void |
setRole(java.lang.String value)
Sets the value of the role property. |
void |
setSurname(NonnullTokenWithSeparatorType value)
Sets the value of the surname property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected com.sun.xml.bind.util.ListImpl _CorporateSuffix
protected java.lang.String _CustomRole
protected com.sun.xml.bind.util.ListImpl _Middle
protected com.sun.xml.bind.util.ListImpl _Suffix
protected com.sun.xml.bind.util.ListImpl _ContactInfo
protected java.lang.String _Role
protected NonnullTokenWithSeparatorType _Surname
protected com.sun.xml.bind.util.ListImpl _Prefix
protected NonnullTokenWithSeparatorType _First
protected SimpleRichTextType _CorporateName
public static final java.lang.Class version
Constructor Detail |
---|
public AgentTypeImpl()
Method Detail |
---|
protected com.sun.xml.bind.util.ListImpl _getCorporateSuffix()
public java.util.List getCorporateSuffix()
AgentType
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 CorporateSuffix property.
For example, to add a new item, do as follows:
getCorporateSuffix().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleRichTextWithSeparatorType
getCorporateSuffix
in interface AgentType
public java.lang.String getCustomRole()
AgentType
getCustomRole
in interface AgentType
String
public void setCustomRole(java.lang.String value)
AgentType
setCustomRole
in interface AgentType
value
- allowed object is
String
protected com.sun.xml.bind.util.ListImpl _getMiddle()
public java.util.List getMiddle()
AgentType
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 Middle property.
For example, to add a new item, do as follows:
getMiddle().add(newItem);
Objects of the following type(s) are allowed in the list
NonnullTokenWithSeparatorType
getMiddle
in interface AgentType
protected com.sun.xml.bind.util.ListImpl _getSuffix()
public java.util.List getSuffix()
AgentType
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 Suffix property.
For example, to add a new item, do as follows:
getSuffix().add(newItem);
Objects of the following type(s) are allowed in the list
NonnullTokenWithSeparatorType
getSuffix
in interface AgentType
protected com.sun.xml.bind.util.ListImpl _getContactInfo()
public java.util.List getContactInfo()
AgentType
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 ContactInfo property.
For example, to add a new item, do as follows:
getContactInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ContactInfoType
getContactInfo
in interface AgentType
public java.lang.String getRole()
AgentType
getRole
in interface AgentType
String
public void setRole(java.lang.String value)
AgentType
setRole
in interface AgentType
value
- allowed object is
String
public NonnullTokenWithSeparatorType getSurname()
AgentType
getSurname
in interface AgentType
NonnullTokenWithSeparatorType
public void setSurname(NonnullTokenWithSeparatorType value)
AgentType
setSurname
in interface AgentType
value
- allowed object is
NonnullTokenWithSeparatorType
protected com.sun.xml.bind.util.ListImpl _getPrefix()
public java.util.List getPrefix()
AgentType
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 Prefix property.
For example, to add a new item, do as follows:
getPrefix().add(newItem);
Objects of the following type(s) are allowed in the list
String
getPrefix
in interface AgentType
public NonnullTokenWithSeparatorType getFirst()
AgentType
getFirst
in interface AgentType
NonnullTokenWithSeparatorType
public void setFirst(NonnullTokenWithSeparatorType value)
AgentType
setFirst
in interface AgentType
value
- allowed object is
NonnullTokenWithSeparatorType
public SimpleRichTextType getCorporateName()
AgentType
getCorporateName
in interface AgentType
SimpleRichTextType
public void setCorporateName(SimpleRichTextType value)
AgentType
setCorporateName
in interface AgentType
value
- allowed object is
SimpleRichTextType
public org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public java.lang.Class getPrimaryInterface()
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |