@CodingStyleguideUnaware public class RuleType 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="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Rule. Details</ccts:DictionaryEntryName><ccts:Definition>A document that sets out the specific rules, guidelines, or procedures that a public service follows.</ccts:Definition><ccts:ObjectClass>Rule</ccts:ObjectClass></ccts:Component>
Java class for RuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RuleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/ns/corevocabulary/BasicComponents}RuleID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/corevocabulary/AggregateComponents}CreatorAgent" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/corevocabulary/AggregateComponents}ImplementsFormalFramework" maxOccurs="unbounded" 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-list-extension
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 |
|---|
RuleType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addCreatorAgent(AgentType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addImplementsFormalFramework(FormalFrameworkType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRuleID(RuleIDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RuleType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RuleType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<AgentType> |
getCreatorAgent()
<?
|
AgentType |
getCreatorAgentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCreatorAgentCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<FormalFrameworkType> |
getImplementsFormalFramework()
<?
|
FormalFrameworkType |
getImplementsFormalFrameworkAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getImplementsFormalFrameworkCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<RuleIDType> |
getRuleID()
<?
|
RuleIDType |
getRuleIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRuleIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasCreatorAgentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasImplementsFormalFrameworkEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoCreatorAgentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoImplementsFormalFrameworkEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRuleIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRuleIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCreatorAgent(List<AgentType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setImplementsFormalFramework(List<FormalFrameworkType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRuleID(List<RuleIDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RuleType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<RuleIDType> getRuleID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Rule. Rule Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>Identifier for the rule.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Rule</ccts:ObjectClass><ccts:PropertyTerm>Rule Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>Gets the value of the ruleID 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 set method for the ruleID property.
For example, to add a new item, do as follows:
getRuleID().add(newItem);
Objects of the following type(s) are allowed in the list
RuleIDType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AgentType> getCreatorAgent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Rule. Creator_ Agent. Agent</ccts:DictionaryEntryName><ccts:Definition>The organization that is responsible for the rule.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Rule</ccts:ObjectClass><ccts:PropertyTermQualifier>Creator</ccts:PropertyTermQualifier><ccts:PropertyTerm>Agent</ccts:PropertyTerm><ccts:AssociatedObjectClass>Agent</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Agent</ccts:RepresentationTerm></ccts:Component>Gets the value of the creatorAgent 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 set method for the creatorAgent property.
For example, to add a new item, do as follows:
getCreatorAgent().add(newItem);
Objects of the following type(s) are allowed in the list
AgentType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<FormalFrameworkType> getImplementsFormalFramework()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Rule. Implements_ Formal Framework. Formal Framework</ccts:DictionaryEntryName><ccts:Definition>The formal framework under which the rule is defined.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Rule</ccts:ObjectClass><ccts:PropertyTermQualifier>Implements</ccts:PropertyTermQualifier><ccts:PropertyTerm>Formal Framework</ccts:PropertyTerm><ccts:AssociatedObjectClass>Formal Framework</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Formal Framework</ccts:RepresentationTerm></ccts:Component>Gets the value of the implementsFormalFramework 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 set method for the implementsFormalFramework property.
For example, to add a new item, do as follows:
getImplementsFormalFramework().add(newItem);
Objects of the following type(s) are allowed in the list
FormalFrameworkType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setRuleID(@Nullable List<RuleIDType> aList)
aList - The new list member to set. May be null.public void setCreatorAgent(@Nullable List<AgentType> aList)
aList - The new list member to set. May be null.public void setImplementsFormalFramework(@Nullable List<FormalFrameworkType> aList)
aList - The new list member to set. May be null.public boolean hasRuleIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRuleIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRuleIDCount()
@Nullable public RuleIDType getRuleIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRuleID(@Nonnull RuleIDType elem)
elem - The element to be added. May not be null.public boolean hasCreatorAgentEntries()
true if at least one item is contained, false otherwise.public boolean hasNoCreatorAgentEntries()
true if no item is contained, false otherwise.@Nonnegative public int getCreatorAgentCount()
@Nullable public AgentType getCreatorAgentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addCreatorAgent(@Nonnull AgentType elem)
elem - The element to be added. May not be null.public boolean hasImplementsFormalFrameworkEntries()
true if at least one item is contained, false otherwise.public boolean hasNoImplementsFormalFrameworkEntries()
true if no item is contained, false otherwise.@Nonnegative public int getImplementsFormalFrameworkCount()
@Nullable public FormalFrameworkType getImplementsFormalFrameworkAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addImplementsFormalFramework(@Nonnull FormalFrameworkType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull RuleType 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.Copyright © 2020–2021 toop.eu. All rights reserved.