@CodingStyleguideUnaware public class PickupType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Pickup. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe a pickup for delivery.</ccts:Definition><ccts:ObjectClass>Pickup</ccts:ObjectClass><ccts:AlternativeBusinessTerms>Collection</ccts:AlternativeBusinessTerms></ccts:Component>
Java class for PickupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PickupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ActualPickupDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ActualPickupTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EarliestPickupDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EarliestPickupTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatestPickupDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatestPickupTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PickupLocation" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PickupParty" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
PickupType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
PickupType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PickupType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ActualPickupDateType |
getActualPickupDate()
<?
|
LocalDate |
getActualPickupDateValue()
Get the value of the contained ActualPickupDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ActualPickupTimeType |
getActualPickupTime()
<?
|
LocalTime |
getActualPickupTimeValue()
Get the value of the contained ActualPickupTimeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
EarliestPickupDateType |
getEarliestPickupDate()
<?
|
LocalDate |
getEarliestPickupDateValue()
Get the value of the contained EarliestPickupDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
EarliestPickupTimeType |
getEarliestPickupTime()
<?
|
LocalTime |
getEarliestPickupTimeValue()
Get the value of the contained EarliestPickupTimeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getID()
<?
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LatestPickupDateType |
getLatestPickupDate()
<?
|
LocalDate |
getLatestPickupDateValue()
Get the value of the contained LatestPickupDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LatestPickupTimeType |
getLatestPickupTime()
<?
|
LocalTime |
getLatestPickupTimeValue()
Get the value of the contained LatestPickupTimeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LocationType |
getPickupLocation()
<?
|
PartyType |
getPickupParty()
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setActualPickupDate(ActualPickupDateType value)
Sets the value of the actualPickupDate property.
|
ActualPickupDateType |
setActualPickupDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setActualPickupTime(ActualPickupTimeType value)
Sets the value of the actualPickupTime property.
|
ActualPickupTimeType |
setActualPickupTime(LocalTime valueParam)
Special setter with value of type LocalTime
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setEarliestPickupDate(EarliestPickupDateType value)
Sets the value of the earliestPickupDate property.
|
EarliestPickupDateType |
setEarliestPickupDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setEarliestPickupTime(EarliestPickupTimeType value)
Sets the value of the earliestPickupTime property.
|
EarliestPickupTimeType |
setEarliestPickupTime(LocalTime valueParam)
Special setter with value of type LocalTime
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLatestPickupDate(LatestPickupDateType value)
Sets the value of the latestPickupDate property.
|
LatestPickupDateType |
setLatestPickupDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLatestPickupTime(LatestPickupTimeType value)
Sets the value of the latestPickupTime property.
|
LatestPickupTimeType |
setLatestPickupTime(LocalTime valueParam)
Special setter with value of type LocalTime
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPickupLocation(LocationType value)
Sets the value of the pickupLocation property.
|
void |
setPickupParty(PartyType value)
Sets the value of the pickupParty property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PickupType()
@Nullable public IDType getID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Pickup. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for this pickup.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Pickup</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public ActualPickupDateType getActualPickupDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Pickup. Actual_ Pickup Date. Date</ccts:DictionaryEntryName><ccts:Definition>The actual pickup date.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Pickup</ccts:ObjectClass><ccts:PropertyTermQualifier>Actual</ccts:PropertyTermQualifier><ccts:PropertyTerm>Pickup Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
ActualPickupDateTypepublic void setActualPickupDate(@Nullable ActualPickupDateType value)
value - allowed object is
ActualPickupDateType@Nullable public ActualPickupTimeType getActualPickupTime()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Pickup. Actual_ Pickup Time. Time</ccts:DictionaryEntryName><ccts:Definition>The actual pickup time.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Pickup</ccts:ObjectClass><ccts:PropertyTermQualifier>Actual</ccts:PropertyTermQualifier><ccts:PropertyTerm>Pickup Time</ccts:PropertyTerm><ccts:RepresentationTerm>Time</ccts:RepresentationTerm><ccts:DataType>Time. Type</ccts:DataType></ccts:Component>
ActualPickupTimeTypepublic void setActualPickupTime(@Nullable ActualPickupTimeType value)
value - allowed object is
ActualPickupTimeType@Nullable public EarliestPickupDateType getEarliestPickupDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Pickup. Earliest_ Pickup Date. Date</ccts:DictionaryEntryName><ccts:Definition>The earliest pickup date.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Pickup</ccts:ObjectClass><ccts:PropertyTermQualifier>Earliest</ccts:PropertyTermQualifier><ccts:PropertyTerm>Pickup Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
EarliestPickupDateTypepublic void setEarliestPickupDate(@Nullable EarliestPickupDateType value)
value - allowed object is
EarliestPickupDateType@Nullable public EarliestPickupTimeType getEarliestPickupTime()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Pickup. Earliest_ Pickup Time. Time</ccts:DictionaryEntryName><ccts:Definition>The earliest pickup time.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Pickup</ccts:ObjectClass><ccts:PropertyTermQualifier>Earliest</ccts:PropertyTermQualifier><ccts:PropertyTerm>Pickup Time</ccts:PropertyTerm><ccts:RepresentationTerm>Time</ccts:RepresentationTerm><ccts:DataType>Time. Type</ccts:DataType></ccts:Component>
EarliestPickupTimeTypepublic void setEarliestPickupTime(@Nullable EarliestPickupTimeType value)
value - allowed object is
EarliestPickupTimeType@Nullable public LatestPickupDateType getLatestPickupDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Pickup. Latest_ Pickup Date. Date</ccts:DictionaryEntryName><ccts:Definition>The latest pickup date.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Pickup</ccts:ObjectClass><ccts:PropertyTermQualifier>Latest</ccts:PropertyTermQualifier><ccts:PropertyTerm>Pickup Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
LatestPickupDateTypepublic void setLatestPickupDate(@Nullable LatestPickupDateType value)
value - allowed object is
LatestPickupDateType@Nullable public LatestPickupTimeType getLatestPickupTime()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Pickup. Latest_ Pickup Time. Time</ccts:DictionaryEntryName><ccts:Definition>The latest pickup time.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Pickup</ccts:ObjectClass><ccts:PropertyTermQualifier>Latest</ccts:PropertyTermQualifier><ccts:PropertyTerm>Pickup Time</ccts:PropertyTerm><ccts:RepresentationTerm>Time</ccts:RepresentationTerm><ccts:DataType>Time. Type</ccts:DataType></ccts:Component>
LatestPickupTimeTypepublic void setLatestPickupTime(@Nullable LatestPickupTimeType value)
value - allowed object is
LatestPickupTimeType@Nullable public LocationType getPickupLocation()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Pickup. Pickup_ Location. Location</ccts:DictionaryEntryName><ccts:Definition>The pickup location.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Pickup</ccts:ObjectClass><ccts:PropertyTermQualifier>Pickup</ccts:PropertyTermQualifier><ccts:PropertyTerm>Location</ccts:PropertyTerm><ccts:AssociatedObjectClass>Location</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Location</ccts:RepresentationTerm></ccts:Component>
LocationTypepublic void setPickupLocation(@Nullable LocationType value)
value - allowed object is
LocationType@Nullable public PartyType getPickupParty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Pickup. Pickup_ Party. Party</ccts:DictionaryEntryName><ccts:Definition>The party responsible for picking up a delivery.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Pickup</ccts:ObjectClass><ccts:PropertyTermQualifier>Pickup</ccts:PropertyTermQualifier><ccts:PropertyTerm>Party</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Party</ccts:RepresentationTerm></ccts:Component>
PartyTypepublic void setPickupParty(@Nullable PartyType value)
value - allowed object is
PartyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull PickupType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public PickupType clone()
@Nonnull public ActualPickupDateType setActualPickupDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public EarliestPickupDateType setEarliestPickupDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LatestPickupDateType setLatestPickupDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ActualPickupTimeType setActualPickupTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be null.null@Nonnull public EarliestPickupTimeType setEarliestPickupTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LatestPickupTimeType setLatestPickupTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public LocalDate getActualPickupDateValue()
null@Nullable public LocalTime getActualPickupTimeValue()
null@Nullable public LocalDate getEarliestPickupDateValue()
null@Nullable public LocalTime getEarliestPickupTimeValue()
null@Nullable public LocalDate getLatestPickupDateValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.