com.ebmwebsourcing.wsstar.addressing.datatypes.impl.impl
Class MetadataTypeImpl
java.lang.Object
com.ebmwebsourcing.wsstar.addressing.datatypes.impl.impl.MetadataTypeImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.MetadataType
public class MetadataTypeImpl
- extends java.lang.Object
- implements com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.MetadataType
|
Method Summary |
void |
addAllAny(java.util.List<org.w3c.dom.Element> anyAsElts)
|
void |
addAny(org.w3c.dom.Element anyAsElt)
|
java.util.List<org.w3c.dom.Element> |
getAny()
|
MetadataType |
getJaxbTypeObj()
Getter on associated Jaxb's model object |
static MetadataType |
toJaxbModel(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.MetadataType apiTypeObj)
A way to create a com.ebmwebsourcing.wsstar.jaxb.addressing.MetadatType
"Jaxb model type" object from a MetadatType "api type" one |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataTypeImpl
protected MetadataTypeImpl()
MetadataTypeImpl
protected MetadataTypeImpl(MetadataType jaxbTypeObj)
MetadataTypeImpl
protected MetadataTypeImpl(java.util.List<java.lang.Object> any)
getJaxbTypeObj
public final MetadataType getJaxbTypeObj()
- Getter on associated Jaxb's model object
- Returns:
- the associated Jaxb's model object
getAny
public final java.util.List<org.w3c.dom.Element> getAny()
- Specified by:
getAny in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.MetadataType
addAny
public final void addAny(org.w3c.dom.Element anyAsElt)
- Specified by:
addAny in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.MetadataType
addAllAny
public final void addAllAny(java.util.List<org.w3c.dom.Element> anyAsElts)
- Specified by:
addAllAny in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.MetadataType
toJaxbModel
public static MetadataType toJaxbModel(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.MetadataType apiTypeObj)
- A way to create a
com.ebmwebsourcing.wsstar.jaxb.addressing.MetadatType
"Jaxb model type" object from a MetadatType "api type" one
- Parameters:
apiTypeObj -
Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.