public class AvailableTransportServices
extends eu.limetri.ygg.api.ResponseMessage
implements org.jvnet.jaxb2_commons.lang.ToString
Clase Java para anonymous complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType>
<complexContent>
<extension base="{http://www.limetri.eu/schemas/ygg}ResponseMessage">
<sequence>
<element name="AvailableTransportService" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CompanyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Email" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CarrierID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AvailableTransportServices.AvailableTransportService
Clase Java para anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AvailableTransportServices.AvailableTransportService> |
availableTransportService |
| Constructor and Description |
|---|
AvailableTransportServices() |
| 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) |
List<AvailableTransportServices.AvailableTransportService> |
getAvailableTransportService()
Gets the value of the availableTransportService property.
|
String |
toString() |
AvailableTransportServices |
withAvailableTransportService(AvailableTransportServices.AvailableTransportService... values) |
AvailableTransportServices |
withAvailableTransportService(Collection<AvailableTransportServices.AvailableTransportService> values) |
protected List<AvailableTransportServices.AvailableTransportService> availableTransportService
public List<AvailableTransportServices.AvailableTransportService> getAvailableTransportService()
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 availableTransportService property.
For example, to add a new item, do as follows:
getAvailableTransportService().add(newItem);
Objects of the following type(s) are allowed in the list
AvailableTransportServices.AvailableTransportService
public String toString()
toString in class eu.limetri.ygg.api.ResponseMessagepublic 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 eu.limetri.ygg.api.ResponseMessagepublic 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 eu.limetri.ygg.api.ResponseMessagepublic AvailableTransportServices withAvailableTransportService(AvailableTransportServices.AvailableTransportService... values)
public AvailableTransportServices withAvailableTransportService(Collection<AvailableTransportServices.AvailableTransportService> values)
Copyright © 2015. All Rights Reserved.