public class ExtensionContentType extends Object implements Serializable
Java class for ExtensionContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionContentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExtensionContentType()
Default constructor
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
Element |
getAny()
Gets the value of the any property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAny(Element value)
Sets the value of the any property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ExtensionContentType()
@Nullable public Element getAny()
Elementpublic void setAny(@Nullable Element value)
value - allowed object is
Elementpublic boolean equals(Object o)
public int hashCode()
Copyright © 2014 Philip Helger. All rights reserved.