public class FiSpaceContactType extends AbstractDocumentType implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para FiSpaceContactType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="FiSpaceContactType">
<complexContent>
<extension base="{http://www.fispace.eu/domain/lg}AbstractDocumentType">
<sequence>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="organizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="organizationAddress" type="{http://www.fispace.eu/domain/lg}LocationType" minOccurs="0"/>
<element name="organizationGLN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocationType |
organizationAddress |
protected java.lang.String |
organizationGLN |
protected java.lang.String |
organizationName |
protected java.lang.String |
userName |
id| Constructor and Description |
|---|
FiSpaceContactType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
LocationType |
getOrganizationAddress()
Obtiene el valor de la propiedad organizationAddress.
|
java.lang.String |
getOrganizationGLN()
Obtiene el valor de la propiedad organizationGLN.
|
java.lang.String |
getOrganizationName()
Obtiene el valor de la propiedad organizationName.
|
java.lang.String |
getUserName()
Obtiene el valor de la propiedad userName.
|
boolean |
isSetOrganizationAddress() |
boolean |
isSetOrganizationGLN() |
boolean |
isSetOrganizationName() |
boolean |
isSetUserName() |
void |
setOrganizationAddress(LocationType value)
Define el valor de la propiedad organizationAddress.
|
void |
setOrganizationGLN(java.lang.String value)
Define el valor de la propiedad organizationGLN.
|
void |
setOrganizationName(java.lang.String value)
Define el valor de la propiedad organizationName.
|
void |
setUserName(java.lang.String value)
Define el valor de la propiedad userName.
|
java.lang.String |
toString() |
FiSpaceContactType |
withId(java.lang.String value) |
FiSpaceContactType |
withOrganizationAddress(LocationType value) |
FiSpaceContactType |
withOrganizationGLN(java.lang.String value) |
FiSpaceContactType |
withOrganizationName(java.lang.String value) |
FiSpaceContactType |
withUserName(java.lang.String value) |
getId, isSetId, setIdprotected java.lang.String userName
protected java.lang.String organizationName
protected LocationType organizationAddress
protected java.lang.String organizationGLN
public java.lang.String getUserName()
Stringpublic void setUserName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUserName()
public java.lang.String getOrganizationName()
Stringpublic void setOrganizationName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetOrganizationName()
public LocationType getOrganizationAddress()
LocationTypepublic void setOrganizationAddress(LocationType value)
value - allowed object is
LocationTypepublic boolean isSetOrganizationAddress()
public java.lang.String getOrganizationGLN()
Stringpublic void setOrganizationGLN(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetOrganizationGLN()
public java.lang.String toString()
toString in class AbstractDocumentTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractDocumentTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractDocumentTypepublic FiSpaceContactType withUserName(java.lang.String value)
public FiSpaceContactType withOrganizationName(java.lang.String value)
public FiSpaceContactType withOrganizationAddress(LocationType value)
public FiSpaceContactType withOrganizationGLN(java.lang.String value)
public FiSpaceContactType withId(java.lang.String value)
withId in class AbstractDocumentTypeCopyright © 2014. All Rights Reserved.