public class UpdateMeIfNeeded
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
role |
java.util.List<UpdateGroup> |
updateGroup |
java.lang.String |
url |
Constructor and Description |
---|
UpdateMeIfNeeded() |
UpdateMeIfNeeded(UpdateMeIfNeeded o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this UpdateMeIfNeeded.
|
static UpdateMeIfNeeded |
fromString(java.lang.String s)
String representation of this UpdateMeIfNeeded.
|
java.lang.String |
getRole() |
java.util.List<UpdateGroup> |
getUpdateGroup() |
java.lang.String |
getUrl() |
UpdateMeIfNeeded |
makeCopy()
Creates and returns a deep copy of this UpdateMeIfNeeded.
|
static UpdateMeIfNeeded |
readFrom(java.io.InputStream is)
Read this UpdateMeIfNeeded from an XML fragment.
|
void |
setRole(java.lang.String role) |
void |
setUrl(java.lang.String url) |
java.lang.String |
toString()
String representation of this UpdateMeIfNeeded.
|
UpdateMeIfNeeded |
withRole(java.lang.String role) |
UpdateMeIfNeeded |
withUpdateGroup(java.util.Collection<UpdateGroup> __values) |
UpdateMeIfNeeded |
withUpdateGroup(UpdateGroup... __values) |
UpdateMeIfNeeded |
withUrl(java.lang.String url) |
void |
writeTo(java.io.OutputStream os)
Write this UpdateMeIfNeeded as an XML fragment
|
public java.util.List<UpdateGroup> updateGroup
public java.lang.String url
public java.lang.String role
public UpdateMeIfNeeded()
public UpdateMeIfNeeded(UpdateMeIfNeeded o)
public java.util.List<UpdateGroup> getUpdateGroup()
public UpdateMeIfNeeded withUpdateGroup(UpdateGroup... __values)
public UpdateMeIfNeeded withUpdateGroup(java.util.Collection<UpdateGroup> __values)
public void setUrl(java.lang.String url)
public java.lang.String getUrl()
public UpdateMeIfNeeded withUrl(java.lang.String url)
public void setRole(java.lang.String role)
public java.lang.String getRole()
public UpdateMeIfNeeded withRole(java.lang.String role)
public UpdateMeIfNeeded makeCopy()
public static UpdateMeIfNeeded 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
javax.xml.bind.JAXBException
java.io.IOException
public static UpdateMeIfNeeded 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 java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.