public class BeeVirtualService extends DirectoryExtractNode implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<BeeServiceRef> |
beeServiceRef |
name
Constructor and Description |
---|
BeeVirtualService() |
BeeVirtualService(BeeVirtualService o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this BeeVirtualService.
|
static BeeVirtualService |
fromString(java.lang.String s)
String representation of this BeeVirtualService.
|
java.util.List<BeeServiceRef> |
getBeeServiceRef()
-
|
BeeVirtualService |
makeCopy()
Creates and returns a deep copy of this BeeVirtualService.
|
static BeeVirtualService |
readFrom(java.io.InputStream is)
Read this BeeVirtualService from an XML fragment.
|
java.lang.String |
toString()
String representation of this BeeVirtualService.
|
BeeVirtualService |
withBeeServiceRef(BeeServiceRef... __values)
-
|
BeeVirtualService |
withBeeServiceRef(java.util.Collection<BeeServiceRef> __values) |
BeeVirtualService |
withName(java.lang.String name) |
void |
writeTo(java.io.OutputStream os)
Write this BeeVirtualService as an XML fragment
|
getName, setName
public java.util.List<BeeServiceRef> beeServiceRef
public BeeVirtualService()
public BeeVirtualService(BeeVirtualService o)
public BeeVirtualService withName(java.lang.String name)
withName
in class DirectoryExtractNode
public java.util.List<BeeServiceRef> getBeeServiceRef()
public BeeVirtualService withBeeServiceRef(BeeServiceRef... __values)
public BeeVirtualService withBeeServiceRef(java.util.Collection<BeeServiceRef> __values)
public BeeVirtualService makeCopy()
makeCopy
in class DirectoryExtractNode
public static BeeVirtualService readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class DirectoryExtractNode
javax.xml.bind.JAXBException
java.io.IOException
public static BeeVirtualService fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class DirectoryExtractNode
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class DirectoryExtractNode
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.