@CodingStyleguideUnaware public class FormalFrameworkType 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>Formal Framework. Details</ccts:DictionaryEntryName><ccts:Definition>Legislation, policy, or policies lying behind the rules that govern a public service.</ccts:Definition><ccts:ObjectClass>Formal Framework</ccts:ObjectClass></ccts:Component>
Java class for FormalFrameworkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormalFrameworkType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/ns/corevocabulary/AggregateComponents}CreatorAgent" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/corevocabulary/AggregateComponents}RelatedFormalFramework" 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 |
|---|
FormalFrameworkType()
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 |
addRelatedFormalFramework(FormalFrameworkType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
FormalFrameworkType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(FormalFrameworkType 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> |
getRelatedFormalFramework()
<?
|
FormalFrameworkType |
getRelatedFormalFrameworkAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRelatedFormalFrameworkCount()
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 |
hasNoCreatorAgentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRelatedFormalFrameworkEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRelatedFormalFrameworkEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCreatorAgent(List<AgentType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRelatedFormalFramework(List<FormalFrameworkType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public FormalFrameworkType()
@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>Formal Framework. Creator_ Agent. Agent</ccts:DictionaryEntryName><ccts:Definition>The public body responsible for the formal framework.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Formal Framework</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> getRelatedFormalFramework()
<?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>Formal Framework. Related_ Formal Framework. Formal Framework</ccts:DictionaryEntryName><ccts:Definition>A formal framework related to this framework.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Formal Framework</ccts:ObjectClass><ccts:PropertyTermQualifier>Related</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 relatedFormalFramework 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 relatedFormalFramework property.
For example, to add a new item, do as follows:
getRelatedFormalFramework().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 setCreatorAgent(@Nullable List<AgentType> aList)
aList - The new list member to set. May be null.public void setRelatedFormalFramework(@Nullable List<FormalFrameworkType> aList)
aList - The new list member to set. May 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 hasRelatedFormalFrameworkEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRelatedFormalFrameworkEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRelatedFormalFrameworkCount()
@Nullable public FormalFrameworkType getRelatedFormalFrameworkAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRelatedFormalFramework(@Nonnull FormalFrameworkType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull FormalFrameworkType 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 FormalFrameworkType clone()
Copyright © 2020–2021 toop.eu. All rights reserved.