Package com.helger.regrep.lcm
Class SubmitObjectsRequest
- java.lang.Object
-
- com.helger.regrep.rim.ExtensibleObjectType
-
- com.helger.regrep.rs.RegistryRequestType
-
- com.helger.regrep.lcm.SubmitObjectsRequest
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class SubmitObjectsRequest extends RegistryRequestType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:4.0}RegistryRequestType"> <sequence> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}RegistryObjectList" minOccurs="0"/> </sequence> <attribute name="checkReferences" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="mode" type="{urn:oasis:names:tc:ebxml-regrep:xsd:lcm:4.0}mode" default="CreateOrReplace" /> </extension> </complexContent> </complexType>This class was annotated by ph-jaxb-plugin -Xph-annotate
This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-tostring
This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubmitObjectsRequest()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubmitObjectsRequestclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(SubmitObjectsRequest ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodeModegetMode()Gets the value of the mode property.RegistryObjectListTypegetRegistryObjectList()Gets the value of the registryObjectList property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodebooleanisCheckReferences()Gets the value of the checkReferences property.voidsetCheckReferences(Boolean value)Sets the value of the checkReferences property.voidsetMode(Mode value)Sets the value of the mode property.voidsetRegistryObjectList(RegistryObjectListType value)Sets the value of the registryObjectList property.StringtoString()Created by ph-jaxb-plugin -Xph-tostring-
Methods inherited from class com.helger.regrep.rs.RegistryRequestType
cloneTo, getComment, getId, setComment, setId
-
Methods inherited from class com.helger.regrep.rim.ExtensibleObjectType
addSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlot
-
-
-
-
Method Detail
-
getRegistryObjectList
@Nullable public RegistryObjectListType getRegistryObjectList()
Gets the value of the registryObjectList property.- Returns:
- possible object is
RegistryObjectListType
-
setRegistryObjectList
public void setRegistryObjectList(@Nullable RegistryObjectListType value)
Sets the value of the registryObjectList property.- Parameters:
value- allowed object isRegistryObjectListType
-
isCheckReferences
public boolean isCheckReferences()
Gets the value of the checkReferences property.- Returns:
- possible object is
Boolean
-
setCheckReferences
public void setCheckReferences(@Nullable Boolean value)
Sets the value of the checkReferences property.- Parameters:
value- allowed object isBoolean
-
getMode
@Nullable public Mode getMode()
Gets the value of the mode property.- Returns:
- possible object is
Mode
-
setMode
public void setMode(@Nullable Mode value)
Sets the value of the mode property.- Parameters:
value- allowed object isMode
-
equals
public boolean equals(Object o)
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
equalsin classRegistryRequestType
-
hashCode
public int hashCode()
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
hashCodein classRegistryRequestType
-
toString
public String toString()
Created by ph-jaxb-plugin -Xph-tostring- Overrides:
toStringin classRegistryRequestType
-
cloneTo
public void cloneTo(@Nonnull SubmitObjectsRequest ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public SubmitObjectsRequest clone()
Created by ph-jaxb-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classRegistryRequestType- Returns:
- The cloned object. Never
null.
-
-