Package org.openapplications.oagis._9
Class PreferenceABIEType
- java.lang.Object
-
- org.openapplications.oagis._9.PreferenceABIEType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
- Direct Known Subclasses:
PreferenceType
@CodingStyleguideUnaware public class PreferenceABIEType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
PreferenceABIEType is logically derived from UN/CEFACT TBG17 ABIE PreferenceType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.Java class for PreferenceABIEType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PreferenceABIEType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.openapplications.org/oagis/9}Sequence" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}Indicator" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}EffectiveTimePeriod" 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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PreferenceABIEType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreferenceABIETypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(PreferenceABIEType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeTimePeriodTypegetEffectiveTimePeriod()Gets the value of the effectiveTimePeriod property.BigIntegergetSequence()Gets the value of the sequence property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodeBooleanisIndicator()Gets the value of the indicator property.voidsetEffectiveTimePeriod(TimePeriodType value)Sets the value of the effectiveTimePeriod property.voidsetIndicator(Boolean value)Sets the value of the indicator property.voidsetSequence(BigInteger value)Sets the value of the sequence property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getSequence
@Nullable public BigInteger getSequence()
Gets the value of the sequence property.- Returns:
- possible object is
BigInteger
-
setSequence
public void setSequence(@Nullable BigInteger value)
Sets the value of the sequence property.- Parameters:
value- allowed object isBigInteger
-
isIndicator
public Boolean isIndicator()
Gets the value of the indicator property.- Returns:
- possible object is
Boolean
-
setIndicator
public void setIndicator(@Nullable Boolean value)
Sets the value of the indicator property.- Parameters:
value- allowed object isBoolean
-
getEffectiveTimePeriod
@Nullable public TimePeriodType getEffectiveTimePeriod()
Gets the value of the effectiveTimePeriod property.- Returns:
- possible object is
TimePeriodType
-
setEffectiveTimePeriod
public void setEffectiveTimePeriod(@Nullable TimePeriodType value)
Sets the value of the effectiveTimePeriod property.- Parameters:
value- allowed object isTimePeriodType
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull PreferenceABIEType ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public PreferenceABIEType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-