@CodingStyleguideUnaware public class BinaryElement extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for binaryElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="binaryElement">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attGroup ref="{http://www.w3.org/1999/xlink}simpleAttrs"/>
<attribute name="ENCODING" default="b">
<simpleType>
<list>
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="b"/>
<enumeration value=""/>
</restriction>
</simpleType>
</list>
</simpleType>
</attribute>
<attribute name="TYPE" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</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 |
|---|
BinaryElement()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
BinaryElement(byte[] valueParam)
Constructor for value of type byte[]
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addENCODING(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
BinaryElement |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(BinaryElement ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
com.helger.xsds.xlink.XLinkActuateType |
getActuate()
Gets the value of the actuate property.
|
String |
getArcrole()
Gets the value of the arcrole property.
|
List<String> |
getENCODING()
Gets the value of the encoding property.
|
String |
getENCODINGAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getENCODINGCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getHref()
Gets the value of the href property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getRole()
Gets the value of the role property.
|
com.helger.xsds.xlink.XLinkShowType |
getShow()
Gets the value of the show property.
|
String |
getTitle()
Gets the value of the title property.
|
com.helger.xsds.xlink.XLinkTypeType |
getTYPE()
Gets the value of the type property.
|
byte[] |
getValue()
Gets the value of the value property.
|
String |
getVCardTYPE()
Gets the value of the vCardTYPE property.
|
boolean |
hasENCODINGEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoENCODINGEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setActuate(com.helger.xsds.xlink.XLinkActuateType value)
Sets the value of the actuate property.
|
void |
setArcrole(String value)
Sets the value of the arcrole property.
|
void |
setENCODING(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setShow(com.helger.xsds.xlink.XLinkShowType value)
Sets the value of the show property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setTYPE(com.helger.xsds.xlink.XLinkTypeType value)
Sets the value of the type property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
void |
setVCardTYPE(String value)
Sets the value of the vCardTYPE property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public BinaryElement()
public BinaryElement(@Nullable byte[] valueParam)
valueParam - The value to be set. May be null.@Nullable public byte[] getValue()
public void setValue(@Nullable byte[] value)
value - allowed object is
byte[]@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getENCODING()
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 encoding property.
For example, to add a new item, do as follows:
getENCODING().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nullable public String getVCardTYPE()
Stringpublic void setVCardTYPE(@Nullable String value)
value - allowed object is
String@Nullable public String getLang()
Stringpublic void setLang(@Nullable String value)
value - allowed object is
String@Nullable public com.helger.xsds.xlink.XLinkTypeType getTYPE()
XLinkTypeTypepublic void setTYPE(@Nullable com.helger.xsds.xlink.XLinkTypeType value)
value - allowed object is
XLinkTypeType@Nullable public String getHref()
Stringpublic void setHref(@Nullable String value)
value - allowed object is
String@Nullable public String getRole()
Stringpublic void setRole(@Nullable String value)
value - allowed object is
String@Nullable public String getArcrole()
Stringpublic void setArcrole(@Nullable String value)
value - allowed object is
String@Nullable public String getTitle()
Stringpublic void setTitle(@Nullable String value)
value - allowed object is
String@Nullable public com.helger.xsds.xlink.XLinkShowType getShow()
XLinkShowTypepublic void setShow(@Nullable com.helger.xsds.xlink.XLinkShowType value)
value - allowed object is
XLinkShowType@Nullable public com.helger.xsds.xlink.XLinkActuateType getActuate()
XLinkActuateTypepublic void setActuate(@Nullable com.helger.xsds.xlink.XLinkActuateType value)
value - allowed object is
XLinkActuateTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setENCODING(@Nullable List<String> aList)
aList - The new list member to set. May be null.public boolean hasENCODINGEntries()
true if at least one item is contained, false otherwise.public boolean hasNoENCODINGEntries()
true if no item is contained, false otherwise.@Nonnegative public int getENCODINGCount()
@Nullable public String getENCODINGAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addENCODING(@Nonnull String elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull BinaryElement 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 BinaryElement clone()
Copyright © 2020 toop.eu. All rights reserved.