public abstract class ProductTypeType extends AbstractDocumentType implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para ProductTypeType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="ProductTypeType">
<complexContent>
<extension base="{http://www.fispace.eu/domain/lg}AbstractDocumentType">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="gpc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
gpc |
protected String |
key |
protected String |
label |
protected String |
type |
id| Constructor and Description |
|---|
ProductTypeType() |
| 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) |
String |
getGpc()
Obtiene el valor de la propiedad gpc.
|
String |
getKey()
Obtiene el valor de la propiedad key.
|
String |
getLabel()
Obtiene el valor de la propiedad label.
|
String |
getType()
Obtiene el valor de la propiedad type.
|
boolean |
isSetGpc() |
boolean |
isSetKey() |
boolean |
isSetLabel() |
boolean |
isSetType() |
void |
setGpc(String value)
Define el valor de la propiedad gpc.
|
void |
setKey(String value)
Define el valor de la propiedad key.
|
void |
setLabel(String value)
Define el valor de la propiedad label.
|
void |
setType(String value)
Define el valor de la propiedad type.
|
String |
toString() |
ProductTypeType |
withGpc(String value) |
ProductTypeType |
withId(String value) |
ProductTypeType |
withKey(String value) |
ProductTypeType |
withLabel(String value) |
ProductTypeType |
withType(String value) |
getId, isSetId, setIdprotected String type
protected String gpc
protected String key
protected String label
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getGpc()
Stringpublic void setGpc(String value)
value - allowed object is
Stringpublic boolean isSetGpc()
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic boolean isSetKey()
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSetLabel()
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 ProductTypeType withType(String value)
public ProductTypeType withGpc(String value)
public ProductTypeType withKey(String value)
public ProductTypeType withLabel(String value)
public ProductTypeType withId(String value)
withId in class AbstractDocumentTypeCopyright © 2015. All Rights Reserved.