Class PropertyListType
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.PropertyListType
-
public class PropertyListType extends java.lang.ObjectJava class for PropertyListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyListType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="property" type="{http://www.hybris.com/cockpitng/config/wizard-config}PropertyType" maxOccurs="unbounded"/> </sequence> <attribute name="root" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="readonly" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="validate" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="include-non-declared-mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="include-non-declared-unique" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="include-non-declared-writable-on-creation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="enable-non-declared-includes" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanenableNonDeclaredIncludesprotected java.lang.StringgeneratedIdprotected java.lang.Stringidprotected java.lang.BooleanincludeNonDeclaredMandatoryprotected java.lang.BooleanincludeNonDeclaredUniqueprotected java.lang.BooleanincludeNonDeclaredWritableOnCreationprotected java.lang.StringmergeModeprotected java.math.BigIntegerpositionprotected java.util.List<PropertyType>propertyprotected java.lang.Booleanreadonlyprotected java.lang.Stringrootprotected java.lang.Booleanvalidate
-
Constructor Summary
Constructors Constructor Description PropertyListType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller u, java.lang.Object parent)java.lang.StringgetGeneratedId()java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.math.BigIntegergetPosition()Gets the value of the position property.java.util.List<PropertyType>getProperty()Gets the value of the property property.java.lang.StringgetRoot()Gets the value of the root property.booleanisEnableNonDeclaredIncludes()Gets the value of the enableNonDeclaredIncludes property.booleanisIncludeNonDeclaredMandatory()Gets the value of the includeNonDeclaredMandatory property.booleanisIncludeNonDeclaredUnique()Gets the value of the includeNonDeclaredUnique property.booleanisIncludeNonDeclaredWritableOnCreation()Gets the value of the includeNonDeclaredWritableOnCreation property.java.lang.BooleanisReadonly()Gets the value of the readonly property.java.lang.BooleanisValidate()Gets the value of the validate property.voidsetEnableNonDeclaredIncludes(java.lang.Boolean value)Sets the value of the enableNonDeclaredIncludes property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetIncludeNonDeclaredMandatory(java.lang.Boolean value)Sets the value of the includeNonDeclaredMandatory property.voidsetIncludeNonDeclaredUnique(java.lang.Boolean value)Sets the value of the includeNonDeclaredUnique property.voidsetIncludeNonDeclaredWritableOnCreation(java.lang.Boolean value)Sets the value of the includeNonDeclaredWritableOnCreation property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetPosition(java.math.BigInteger value)Sets the value of the position property.voidsetReadonly(java.lang.Boolean value)Sets the value of the readonly property.voidsetRoot(java.lang.String value)Sets the value of the root property.voidsetValidate(java.lang.Boolean value)Sets the value of the validate property.
-
-
-
Field Detail
-
property
protected java.util.List<PropertyType> property
-
root
protected java.lang.String root
-
readonly
protected java.lang.Boolean readonly
-
validate
protected java.lang.Boolean validate
-
id
protected java.lang.String id
-
mergeMode
protected java.lang.String mergeMode
-
generatedId
protected java.lang.String generatedId
-
position
protected java.math.BigInteger position
-
includeNonDeclaredMandatory
protected java.lang.Boolean includeNonDeclaredMandatory
-
includeNonDeclaredUnique
protected java.lang.Boolean includeNonDeclaredUnique
-
includeNonDeclaredWritableOnCreation
protected java.lang.Boolean includeNonDeclaredWritableOnCreation
-
enableNonDeclaredIncludes
protected java.lang.Boolean enableNonDeclaredIncludes
-
-
Method Detail
-
getProperty
public java.util.List<PropertyType> getProperty()
Gets the value of the property property.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
setmethod for the property property.For example, to add a new item, do as follows:
getProperty().add(newItem);Objects of the following type(s) are allowed in the list
PropertyType
-
getRoot
public java.lang.String getRoot()
Gets the value of the root property.- Returns:
- possible object is
String
-
setRoot
public void setRoot(java.lang.String value)
Sets the value of the root property.- Parameters:
value- allowed object isString
-
isReadonly
public java.lang.Boolean isReadonly()
Gets the value of the readonly property.- Returns:
- possible object is
Boolean
-
setReadonly
public void setReadonly(java.lang.Boolean value)
Sets the value of the readonly property.- Parameters:
value- allowed object isBoolean
-
isValidate
public java.lang.Boolean isValidate()
Gets the value of the validate property.- Returns:
- possible object is
Boolean
-
setValidate
public void setValidate(java.lang.Boolean value)
Sets the value of the validate property.- Parameters:
value- allowed object isBoolean
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getMergeMode
public java.lang.String getMergeMode()
Gets the value of the mergeMode property.- Returns:
- possible object is
String
-
setMergeMode
public void setMergeMode(java.lang.String value)
Sets the value of the mergeMode property.- Parameters:
value- allowed object isString
-
getGeneratedId
public java.lang.String getGeneratedId()
-
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller u, java.lang.Object parent)
-
getPosition
public java.math.BigInteger getPosition()
Gets the value of the position property.- Returns:
- possible object is
BigInteger
-
setPosition
public void setPosition(java.math.BigInteger value)
Sets the value of the position property.- Parameters:
value- allowed object isBigInteger
-
isIncludeNonDeclaredMandatory
public boolean isIncludeNonDeclaredMandatory()
Gets the value of the includeNonDeclaredMandatory property.- Returns:
- possible object is
Boolean
-
setIncludeNonDeclaredMandatory
public void setIncludeNonDeclaredMandatory(java.lang.Boolean value)
Sets the value of the includeNonDeclaredMandatory property.- Parameters:
value- allowed object isBoolean
-
isIncludeNonDeclaredUnique
public boolean isIncludeNonDeclaredUnique()
Gets the value of the includeNonDeclaredUnique property.- Returns:
- possible object is
Boolean
-
setIncludeNonDeclaredUnique
public void setIncludeNonDeclaredUnique(java.lang.Boolean value)
Sets the value of the includeNonDeclaredUnique property.- Parameters:
value- allowed object isBoolean
-
isIncludeNonDeclaredWritableOnCreation
public boolean isIncludeNonDeclaredWritableOnCreation()
Gets the value of the includeNonDeclaredWritableOnCreation property.- Returns:
- possible object is
Boolean
-
setIncludeNonDeclaredWritableOnCreation
public void setIncludeNonDeclaredWritableOnCreation(java.lang.Boolean value)
Sets the value of the includeNonDeclaredWritableOnCreation property.- Parameters:
value- allowed object isBoolean
-
isEnableNonDeclaredIncludes
public boolean isEnableNonDeclaredIncludes()
Gets the value of the enableNonDeclaredIncludes property.- Returns:
- possible object is
Boolean
-
setEnableNonDeclaredIncludes
public void setEnableNonDeclaredIncludes(java.lang.Boolean value)
Sets the value of the enableNonDeclaredIncludes property.- Parameters:
value- allowed object isBoolean
-
-