public class FiSpaceContactType extends AbstractDocumentType implements 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 String |
organizationGLN |
protected String |
organizationName |
protected String |
userName |
id| Constructor and Description |
|---|
FiSpaceContactType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
LocationType |
getOrganizationAddress()
Obtiene el valor de la propiedad organizationAddress.
|
String |
getOrganizationGLN()
Obtiene el valor de la propiedad organizationGLN.
|
String |
getOrganizationName()
Obtiene el valor de la propiedad organizationName.
|
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(String value)
Define el valor de la propiedad organizationGLN.
|
void |
setOrganizationName(String value)
Define el valor de la propiedad organizationName.
|
void |
setUserName(String value)
Define el valor de la propiedad userName.
|
String |
toString() |
FiSpaceContactType |
withId(String value) |
FiSpaceContactType |
withOrganizationAddress(LocationType value) |
FiSpaceContactType |
withOrganizationGLN(String value) |
FiSpaceContactType |
withOrganizationName(String value) |
FiSpaceContactType |
withUserName(String value) |
getId, isSetId, setIdprotected String userName
protected String organizationName
protected LocationType organizationAddress
protected String organizationGLN
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic boolean isSetUserName()
public String getOrganizationName()
Stringpublic void setOrganizationName(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 String getOrganizationGLN()
Stringpublic void setOrganizationGLN(String value)
value - allowed object is
Stringpublic boolean isSetOrganizationGLN()
public String toString()
toString in class AbstractDocumentTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractDocumentTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractDocumentTypepublic FiSpaceContactType withUserName(String value)
public FiSpaceContactType withOrganizationName(String value)
public FiSpaceContactType withOrganizationAddress(LocationType value)
public FiSpaceContactType withOrganizationGLN(String value)
public FiSpaceContactType withId(String value)
withId in class AbstractDocumentTypeCopyright © 2015. All Rights Reserved.