Class ImageObjectType
- java.lang.Object
-
- eu.europa.data.europass.model.credentials_.ImageObjectType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class ImageObjectType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
A static visual representation. An image file as a media object embedded in another resource or published on the web.Java class for ImageObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageObjectType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contentType"> <complexType> <complexContent> <restriction base="{http://data.europa.eu/europass/model/credentials#}CodeType"> <sequence> <element name="targetName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> <element name="targetDescription" type="{http://data.europa.eu/europass/model/credentials#}NoteType" maxOccurs="unbounded" minOccurs="0"/> <element name="targetFrameworkName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> </sequence> <attribute name="uri" type="{http://data.europa.eu/europass/model/credentials#}ImageMediaTypeEnumType" /> <attribute name="targetID" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="targetNotation" type="{http://www.w3.org/2001/XMLSchema}token" /> <attribute name="targetFrameworkID" type="{http://data.europa.eu/europass/model/credentials#}IdType" /> <attribute name="targetFrameworkUrl" use="required" type="{http://data.europa.eu/europass/model/credentials#}DocumentURLType" /> <attribute name="targetFrameworkSpatialID" type="{http://data.europa.eu/europass/model/credentials#}LocationCodeContentType" /> </restriction> </complexContent> </complexType> </element> <element name="contentEncoding"> <complexType> <complexContent> <restriction base="{http://data.europa.eu/europass/model/credentials#}CodeType"> <sequence> <element name="targetName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> <element name="targetDescription" type="{http://data.europa.eu/europass/model/credentials#}NoteType" maxOccurs="unbounded" minOccurs="0"/> <element name="targetFrameworkName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> </sequence> <attribute name="uri" type="{http://data.europa.eu/europass/model/credentials#}ContentEncodingEnumType" /> <attribute name="targetID" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="targetNotation" type="{http://www.w3.org/2001/XMLSchema}token" /> <attribute name="targetFrameworkID" type="{http://data.europa.eu/europass/model/credentials#}IdType" /> <attribute name="targetFrameworkUrl" use="required" type="{http://data.europa.eu/europass/model/credentials#}DocumentURLType" /> <attribute name="targetFrameworkSpatialID" type="{http://data.europa.eu/europass/model/credentials#}LocationCodeContentType" /> </restriction> </complexContent> </complexType> </element> <element name="contentSize" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="contentUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImageObjectType.ContentEncodingJava class for anonymous complex type.static classImageObjectType.ContentTypeJava class for anonymous complex type.
-
Constructor Summary
Constructors Constructor Description ImageObjectType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageObjectTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(ImageObjectType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodebyte[]getContent()Gets the value of the content property.ImageObjectType.ContentEncodinggetContentEncoding()Gets the value of the contentEncoding property.BigIntegergetContentSize()Gets the value of the contentSize property.ImageObjectType.ContentTypegetContentType()Gets the value of the contentType property.StringgetContentUrl()Gets the value of the contentUrl property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetContent(byte[] value)Sets the value of the content property.voidsetContentEncoding(ImageObjectType.ContentEncoding value)Sets the value of the contentEncoding property.voidsetContentSize(BigInteger value)Sets the value of the contentSize property.voidsetContentType(ImageObjectType.ContentType value)Sets the value of the contentType property.voidsetContentUrl(String value)Sets the value of the contentUrl property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getContentType
@Nullable public ImageObjectType.ContentType getContentType()
Gets the value of the contentType property.- Returns:
- possible object is
ImageObjectType.ContentType
-
setContentType
public void setContentType(@Nullable ImageObjectType.ContentType value)Sets the value of the contentType property.- Parameters:
value- allowed object isImageObjectType.ContentType
-
getContentEncoding
@Nullable public ImageObjectType.ContentEncoding getContentEncoding()
Gets the value of the contentEncoding property.- Returns:
- possible object is
ImageObjectType.ContentEncoding
-
setContentEncoding
public void setContentEncoding(@Nullable ImageObjectType.ContentEncoding value)Sets the value of the contentEncoding property.- Parameters:
value- allowed object isImageObjectType.ContentEncoding
-
getContentSize
@Nullable public BigInteger getContentSize()
Gets the value of the contentSize property.- Returns:
- possible object is
BigInteger
-
setContentSize
public void setContentSize(@Nullable BigInteger value)Sets the value of the contentSize property.- Parameters:
value- allowed object isBigInteger
-
getContentUrl
@Nullable public String getContentUrl()
Gets the value of the contentUrl property.- Returns:
- possible object is
String
-
setContentUrl
public void setContentUrl(@Nullable String value)Sets the value of the contentUrl property.- Parameters:
value- allowed object isString
-
getContent
@Nullable public byte[] getContent()
Gets the value of the content property.- Returns:
- possible object is byte[]
-
setContent
public void setContent(@Nullable byte[] value)Sets the value of the content property.- Parameters:
value- allowed object is byte[]
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull ImageObjectType ret)This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public ImageObjectType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-