public class ObjectFactory extends Object
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: nl.kadaster.schemas.gds2.imgds.baseurl.v20170401
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<BaseURLSetType> |
createBaseURLSet(BaseURLSetType value)
|
BaseURLSetType |
createBaseURLSetType()
Create an instance of
BaseURLSetType |
BaseURLType |
createBaseURLType()
Create an instance of
BaseURLType |
public ObjectFactory()
public BaseURLSetType createBaseURLSetType()
BaseURLSetTypepublic BaseURLType createBaseURLType()
BaseURLTypepublic JAXBElement<BaseURLSetType> createBaseURLSet(BaseURLSetType value)
value - Java instance representing xml element's value.JAXBElement<BaseURLSetType>Copyright © 2020 B3Partners B.V.. All rights reserved.